home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_61673.txt < prev    next >
Text File  |  1990-04-04  |  1KB  |  57 lines

  1. -- card: 61673 from stack: in
  2. -- bmap block id: 61800
  3. -- flags: 0000
  4. -- background id: 29299
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide card button "Main Menu"
  9.   hide card field "Main Menu"
  10.   set hilite of card button "Main Menu" to true
  11.   set lockScreen to false
  12.   wait 2 seconds
  13.   show card button "Main Menu"
  14.   show card field "Main Menu"
  15. end openCard
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 00
  20. -- high flags: A003
  21. -- rect: left=386 top=68 right=90 bottom=486
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: Main Menu
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   global map
  33.   put "1" into map
  34.   set lockScreen to true
  35.   go to card id 25214
  36. end mouseUp
  37.  
  38.  
  39.  
  40.  
  41. -- part 2 (field)
  42. -- low flags: 00
  43. -- high flags: 2004
  44. -- rect: left=86 top=161 right=186 bottom=448
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 0
  48. -- font id: 21
  49. -- text size: 12
  50. -- style flags: 256
  51. -- line height: 16
  52. -- part name: main menu
  53.  
  54.  
  55. -- part contents for card part 2
  56. ----- text -----
  57. Click on MAIN MENU to return to the Simulation Menu.